home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / SqrlGolf.swf / scripts / DefineSprite_408 / frame_1 / DoAction.as
Text File  |  2006-06-13  |  311b  |  15 lines

  1. if(eval("/:score2") == "60" and "7" >= getProperty("/SQRNumberMC", _currentframe))
  2. {
  3.    tellTarget("/")
  4.    {
  5.       gotoAndStop("YouWin");
  6.    }
  7. }
  8. else if(eval("/:score2") != "60" and getProperty("/SQRNumberMC", _currentframe) == "7")
  9. {
  10.    tellTarget("/")
  11.    {
  12.       gotoAndStop("Go_Again");
  13.    }
  14. }
  15.